CryptoPro JCP.
Public API.

ru.CryptoPro.JCP.Random
Class CancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ru.CryptoPro.JCP.Random.CancelException
All Implemented Interfaces:
java.io.Serializable

public class CancelException
extends java.lang.RuntimeException

CancelException may be thrown if user pressed Cancel button during BIO Random initializing.

See Also:
Serialized Form
Version:2.0

Constructor Summary
CancelException()
          Constructs a new exception without detail message.
CancelException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelException

public CancelException()
Constructs a new exception without detail message.


CancelException

public CancelException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

Copyright Crypto-Pro.
All rights reserved.